Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Upgrade polkdot v1.11.0 #3144

Draft
wants to merge 14 commits into
base: dev
Choose a base branch
from
Draft

Conversation

higherordertech
Copy link
Contributor

@higherordertech higherordertech commented Oct 25, 2024

Context

P-1110 upgrade polkdot to enable async backing

Labels

Please apply following PR-related labels when appropriate:

  • C0-breaking: if your change could break the existing client, e.g. API change, critical logic change
  • C1-noteworthy: if your change is non-breaking, but is still worth noticing for the client, e.g. reference code improvement

How (Optional)

Testing Evidences

Please attach any relevant evidences if applicable

@higherordertech higherordertech changed the title Upgrade polkdot v1.11.0 [WIP] Upgrade polkdot v1.11.0 Oct 25, 2024
@higherordertech
Copy link
Contributor Author

@Kailai-Wang
Copy link
Collaborator

What's the status of this PR? Any estimation when it can be merged? 🙌

@BillyWooo
Copy link
Collaborator

What's the status of this PR? Any estimation when it can be merged? 🙌

Currently it's blocked by "found duplicate lang item panic_impl" from sp-io. Still investigating the implicit feature dependency conflict.
Estimation: maybe one or two more days. Not clear about further coming errors yet.

@Kailai-Wang
Copy link
Collaborator

Kailai-Wang commented Nov 25, 2024

Let's finish the dep upgrade ASAP, and then investigate the async backing support (if it's not enabled by default)

higherordertech added 11 commits November 26, 2024 17:06
specify package `try-runtime-core` for `try-runtime-cli` to fix litentry-collator v0.9.20 (litentry-parachain/parachain/node) ignoring invalid dependency `try-runtime-cli` which is missing a lib target warning
downgrade try-runtime-cli to 0.7.0 to fix dependency lib using unstable rust feature error
…ime/common to fix error

Remove orml_xtokens from runtime config to fix error
add pallet-indices and parachains-common to parachain
fix runtime: fp_rpc::ConvertTransactionRuntimeApi
fix runtime: cumulus_pallet_xcmp_queue::Config
fix runtime: cumulus_pallet_dmp_queue::Config
fix runtime: sp_api::Core
fix runtime: pallet_aura::Config
fix runtime: pallet_evm::Config
add runtime: pallet_asset_rate::Config
add runtime: pallet_indices::Config
fix runtime: frame_system::Config
fix runtime: pallet_treasury::Config
fix runtime: pallet_identity::Config
fix xcm: xcm_executor::Config
fix runtime: sp_api::Core
fix runtime: sp_consensus_aura::AuraApi
fix runtime: moonbeam_rpc_primitives_debug::DebugRuntimeApi
fix runtime: frame_try_runtime::TryRuntime
fix xcm: xcm_executor::Config
fix xcm: impl orml_xtokens::Config
fix runtime: frame_system::Config
fix runtime: pallet_preimage::Config
add runtime: pallet_indices::Config
fix runtime: pallet_balances::Config
fix runtime: pallet_treasury::Config
fix runtime: pallet_identity::Config
fix runtime: cumulus_pallet_parachain_system::Config
fix runtime: cumulus_pallet_xcmp_queue::Config
fix runtime: pallet_aura::Config
fix runtime: pallet_evm::Config
fix xcm: pallet_xcm::Config
add new impls.rs to runtime common
add runtime: pallet_asset_rate::Config
fix runtime: pallet_democracy::Config
fix runtime: pallet_preimage::Config
fix runtime: cumulus_pallet_dmp_queue::Config
fix runtime: pallet_tips::Config
add runtime: pallet_message_queue::Config
BillyWooo and others added 3 commits November 26, 2024 20:29
remove "staging-xcm";
remove unused Cargo.lock;
still many errors to go, especially within xcm_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants